home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / draw´n´paint tools / iconian / scripts / mwb2ni.icrx < prev    next >
Encoding:
Text File  |  1996-07-16  |  285 b   |  16 lines

  1. /* "mwb2ni" equivalent using Iconian's REXX port! */
  2.  
  3. /* to use, type "rx filename" from the CLI line, or use it for a app/dock icon or in DirOpus!*/
  4.  
  5. options results
  6.  
  7. parse arg filename
  8.  
  9. address ICONIAN.1
  10.  
  11. OPEN filename NEW
  12. proj=result
  13. DOTISSTANDARD
  14. SAVE filename NEWICON
  15. CLOSE FORCE
  16.